runtime.gList.empty (method)

13 uses

	runtime (current package)
		chan.go#L481: 	for !glist.empty() {
		mgcmark.go#L307: 	if list.empty() {
		proc.go#L3486: 		if !list.empty() { // non-blocking
		proc.go#L3747: 		if faketime != 0 && list.empty() {
		proc.go#L3761: 			if !list.empty() {
		proc.go#L3801: 		if list, delta := netpoll(0); !list.empty() {
		proc.go#L4034: 	if glist.empty() {
		proc.go#L5364: 	if pp.gFree.empty() && (!sched.gFree.stack.empty() || !sched.gFree.noStack.empty()) {
		proc.go#L5429: 	for !pp.gFree.empty() {
		proc.go#L6314: 			if !list.empty() {
		proc.go#L7396: func (l *gList) empty() bool {